﻿
/*new-左侧楼层导航浮动*/
#loutinav {
    width: 128px;
    position: fixed;
    top: 12px;
    right: 8%;
    clear: both;
    box-sizing: border-box;
    border-top: 2px solid #ed6827;
}

.loutinav_fu {
    visibility: hidden;
    background: #ffffff;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: scale(.01, .01);
    -moz-transform: scale(.01, .01);
    -o-transform: scale(.01, .01);
    -ms-transform: scale(.01, .01);
    transform: scale(.01, .01);
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    z-index: 100;
}

.loutinav_fu.on {
    visibility: visible;
    -webkit-opacity: 100;
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* .loutinav_fu.on ul{
    background: #2d2d2d !important;
} */

#loutinav .loutinav {
    height: 37px;
    line-height: 37px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    
}

#loutinav li {
    width: 128px;
    height: 37px;
    line-height: 37px;
    list-style: none;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    color: #333333;
    border: 1px solid #99999940;
    border-top: 0;
    box-sizing: border-box;
    padding-left: 3px;
}


#loutinav li.last {
    background: #ed6827;
    color: #ffffff;
    border: none;
    margin-top: 8px;
}


#loutinav li.active{
    display: block;
    color: #ffffff;
    background: #ed6827;
}
#loutinav li.active{
    height: 37px;
    line-height: 37px;
    border-bottom: none;
}


#main {
    max-width: 1260px;
    margin: 0 auto;
    overflow: hidden;
}

.louxh {
    max-width: 1260px;
    margin: 28px auto;
    clear: both;
}

/* 右侧栏导航 */
.loutinav_fu.on.enter{
   left: 2px !important;
}

@media (max-width:1875px){
    #loutinav{
        right: 7%;
    }
}
@media(max-width:1780px){
    #loutinav{
        right: 2%;
    }
}

@media(max-width:1500px){
    #loutinav{
        right: 0;
    }
}